home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 GOLD Collection / Windows 95 GOLD Collection.iso / calc / readme.txt < prev   
Text File  |  1995-11-01  |  2KB  |  86 lines

  1. CALC v1.15
  2.  
  3. V1.15 delivers a 10x to 100x speedup over V1.0...
  4.  
  5. To learn more on using Calc, hit 'h' after running it.
  6. The following is a short demonstration of Calc:
  7. ____________________________________________________________________________
  8. DEMO:
  9.  
  10. Calc v1.1: Arbitrary precision floating point calculator
  11. by Taher Haveliwala and Marlon Chen
  12. All rights reserved.
  13.  
  14. To see short instructions to Calc, hit 'h'.  Any other key continues
  15.  
  16. > 56.34
  17. > 4
  18. > +
  19. > =
  20. 6.034000000000000e1
  21. > 5
  22. > 23
  23. > -
  24. > =
  25. -1.800000000000000e1
  26. > 5
  27. > 24
  28. > 26
  29. > -
  30. > *
  31. > =
  32. -1.000000000000000e1
  33. > p100
  34. > 43
  35. > s
  36. > =
  37. 6.5574385243020006523441099976360016279269663198837897698654601055856598534885
  38. 75639355805290969678548e0
  39. > p50
  40. > 24.834
  41. > s
  42. > d
  43. > *
  44. > =
  45. 2.4834000000000000000000000000000000000000000000000e1
  46. >
  47.  
  48. _____________________________________________________________________________
  49. REGISTERING:
  50.  
  51. To register, and be eligible for free updates send $10 to:
  52.  
  53. Taher Haveliwala
  54. 8444 Arkie Ct.
  55. Granite Bay, CA 95746
  56.  
  57. Send all bug reports to:
  58. taher@pasteur.EECS.Berkeley.EDU
  59. _____________________________________________________________________________
  60. ABOUT CALC:
  61.  
  62. The precision is user selectable, limited only by memory constraints.  The
  63. 16-bit version is limited to roughly 1,000 to 2,000 digits of precision.
  64. The 32-bit Win32 version has no practical memory limits.
  65.  
  66. Setting the precision to over 500 digits may cause square root to be
  67. relatively slow.  Calc V1.1x is between 10 to 100 times faster than V1.0,
  68. and future version will provide even greater speedups.
  69. _____________________________________________________________________________
  70. DISCLAIMER:
  71.  
  72. We take no responsibility whatsoever for damages that may occur due to
  73. results obtained from this program.  Although this software has been tested, 
  74. we cannot guarantee 100% reliable operation under all circumstances.
  75.  
  76. _____________________________________________________________________________
  77. CREDITS:
  78.  
  79. Calc was written using guidelines given by Professor Hilfinger of UC Berkeley.
  80. All source except for a skeleton header file for a floating point class is 
  81. original code written by Taher Haveliwala and Marlon Chen.
  82.  
  83.  
  84. This program may be freely distributed provided that this README file is
  85. included.
  86.